home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / menuw.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  205 b   |  9 lines

  1. on makedatebase
  2.   global mydatebase, mydbno
  3.   set mydatebase to readtextfile(pathName() & "MYDB")
  4.   if mydatebase <> 0 then
  5.     updateStage()
  6.   end if
  7.   set mydbno to the number of lines in mydatebase
  8. end
  9.